From 81162eb304d9faa0c782c5f4a8e427dbd6a3ca47 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sun, 3 Jan 2010 20:43:23 -0800 Subject: [PATCH] (vc-bzr-log-view-mode): Also highlight the author. --- lisp/ChangeLog | 1 + lisp/vc-bzr.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f56087a89fd..6fae86867d3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2,6 +2,7 @@ * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight checkouts. (Bug#618) + (vc-bzr-log-view-mode): Also highlight the author. 2010-01-02 Chong Yidong diff --git a/lisp/vc-bzr.el b/lisp/vc-bzr.el index 80aa420aa9e..c5b82e38a78 100644 --- a/lisp/vc-bzr.el +++ b/lisp/vc-bzr.el @@ -484,7 +484,7 @@ REV non-nil gets an error." (4 'change-log-list nil lax)))) (append `((,log-view-message-re . 'log-view-message-face)) ;; log-view-font-lock-keywords - '(("^ *committer: \ + '(("^ *\\(?:committer\\|author\\): \ \\([^<(]+?\\)[ ]*[(<]\\([[:alnum:]_.+-]+@[[:alnum:]_.-]+\\)[>)]" (1 'change-log-name) (2 'change-log-email)) -- 2.30.2